Bug 559009 – gtk_radio_button_get_group documentation needs to say
authorChristian Dywan <christian@imendio.com>
Tue, 25 Nov 2008 15:59:05 +0000 (15:59 +0000)
committerChristian Dywan <cdywan@src.gnome.org>
Tue, 25 Nov 2008 15:59:05 +0000 (15:59 +0000)
2008-11-25  Christian Dywan  <christian@imendio.com>

Bug 559009 – gtk_radio_button_get_group documentation needs
        to say whether to free the returned GSList

* gtk/tmpl/gtkradiobutton.sgml: Clarify radio_button_get_group docs

svn path=/trunk/; revision=21808

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkradiobutton.sgml

index 99731019bb002bf2f6f74e7786d0016c44cd78e1..8622a34d949505edcb5be64d028d9babe6bad1e0 100644 (file)
@@ -1,3 +1,10 @@
+2008-11-25  Christian Dywan  <christian@imendio.com>
+
+       Bug 559009 – gtk_radio_button_get_group documentation needs
+        to say whether to free the returned GSList
+
+       * gtk/tmpl/gtkradiobutton.sgml: Clarify radio_button_get_group docs
+
 2008-11-03  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk-sections.txt: Add new statusicon api.
index 882be5940866920db9ce90ee2ec1f0c6cf2b9123..c6c55c1ef24cff7a88a6b6ae1ec74455c42d5613 100644 (file)
@@ -203,6 +203,7 @@ Retrieves the group assigned to a radio button.
 
 @radio_button: a #GtkRadioButton.
 @Returns: a linked list containing all the radio buttons in the same group
-as @radio_button.
+as @radio_button. The returned list is owned by the radio button
+and must not be modified or freed.